DioDocs for PDF
CreateSubLayer(Action<GcGraphics,Layer>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout.Composition 名前空間 > Layer クラス > CreateSubLayer メソッド : CreateSubLayer(Action<GcGraphics,Layer>) メソッド
A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer, and draws the layer on the graphics.
Creates a nested Layer object and adds it on top of other nested layers.
シンタックス
'宣言
 
Public Overloads Function CreateSubLayer( _
   ByVal draw As System.Action(Of GcGraphics,Layer) _
) As Layer
public Layer CreateSubLayer( 
   System.Action<GcGraphics,Layer> draw
)

パラメータ

draw
A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer, and draws the layer on the graphics.
参照

Layer クラス
Layer メンバ
オーバーロード一覧